ResourceRemoveProperty Method (Property) |
Remove a property from a resource.
Namespace:
Independentsoft.Webdav
Assembly:
Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntaxpublic MultiStatus RemoveProperty(
Property[] property
)
Public Function RemoveProperty (
property As Property()
) As MultiStatus
Parameters
- property
- Type: Independentsoft.WebdavProperty
The array of properties to be removed.
Return Value
Type:
MultiStatusA MultiStatus indicating the status of the property remove.
See Also